词语屋>英语词典>recursive program翻译和用法

recursive program

英 [rɪˈkɜːsɪv ˈprəʊɡræm]

美 [rɪˈkɜːrsɪv ˈproʊɡræm]

网络  递归程序

计算机

双语例句

  • SSS produces a recursive program which can be transformed to a more efficient target language.
    其规范语言较接近于自然语言,系统综合出程序是一个递归型的,通过变换可得到一较高效率的程序。
  • Based on a principle of storing tree structure into a relation table, a recursive input method of hierachical coding data in MIS is presented and an universal recursive input program in proposed.
    介绍了用二维关系表存储树型结构的原理,在此基础上提出层次类型编码数据的递归录入法,并给出一个通用递归录入程序。
  • Proofs for recursive report-printing program
    递归的报告打印程序的证明
  • Examples are given for solving complex problem by transferring variables in recursive function program, and the recursive function programs show excellent capability for solving non-numeral problem.
    给出了递归函数调用时利用变量传递解决复杂问题的实例,展示了递归算法在解决非数值运算问题中的独特解题方式和效果。
  • The paper presents a recursive algorithm on generating product structure information, which is a PRO C program on ORACLE system.
    提出了ORACLE关系数据库系统中用proc实现的产品结构信息的递归生成算法。
  • Application of the recursive program transformation to driving formulae of some special functions
    递归程序变换在特殊函数公式推导中的应用
  • The Method for Transformation of Recursive Program
    递归程序变换的实现方法
  • The Conversion Method of Recursive Program
    递归程序的非递归转换方法
  • Hnaoi Problem is an old-aged yet interesting one, which is often used as an typical example for recursive algorithm in program design.
    汉诺塔问题古老而有趣,是经常用作程序设计递归算法的典型例题。
  • Recursive program design based on the problem structure
    以问题结构为基础的递归程序设计